﻿@charset "utf-8";
/* CSS Document */
.clear{ clear:both;}
	.layui-container{
		width:1198px;
		border: 1px solid #e2e2e2;
		background: #fff;
		margin-top: 0px;
		border-top:none;
	}
	.layui-laydate{ 
	width: 600px;
	height: 350px;	
	}
	.layui-laydate-header{
		width: 600px;
		height:50px;
	}
	.layui-laydate-content{
		width: 600px;
		height:300px;
		border: none;
		padding: 5px !important;
		
	}
	.layui-laydate-content table{
		width:100%;
		height: 100%;
		
	}
	.layui-laydate-content table thead{
		background:#f4f4f4;
		
	}
	.layui-laydate-content table thead th{
	    padding:0;
		height: 40px;
		font-size: 18px;
	}	
    .layui-laydate-content table tbody{
		
		
	}
	.hd_count{
		width: 16px;
		height: 14px;
		display: inline-block;
		text-align: center;
		font-size:12px;
		border-radius: 14px;
		color: #fff;
		background: #d8d8d8;
	}
	#hdrl{float:left;}
	.hdrl{ 
		width: 596px;
		float:right;
	}
	::-webkit-scrollbar {
     width: 6px;
    }
	::-webkit-scrollbar-track {

  background-color: #f6f6f6;

} /* 滚动条的滑轨背景颜色 */

    ::-webkit-scrollbar-thumb {

  background-color: #e6e6e6; 

} /* 滑块颜色 */

   ::-webkit-scrollbar-button {

  background-color: #5e83e9;

} /* 滑轨两头的监听按钮颜色 */

   ::-webkit-scrollbar-corner {

  background-color: #fff;

} /* 横向滚动条和纵向滚动条相交处尖角的颜色 */
	.hdrl ul{ 
		width:556px;
		height:296px;
		padding:4px 20px 0px 20px;
		background: #fff;
		overflow: hidden;
		overflow-style:none ;
		overflow-y: auto;	
	}
	@-moz-document url-prefix() {
        .hdrl ul{ 
           width:562px;
           padding: 4px 20px 0 14px;
           }}
	.hdrl ul li{
		width:100%; 
		list-style: none; 
		padding: 8px 0;
		border-bottom: 1px solid #f0f0f0;}
	.hdrl_img{ 
	    width:100px;
		height:130px;
		float: left;
		position: relative;
	 }
	.hdrl_img img{
		width:100px;
		height:130px;
		border-radius: 2px;
	}
	.hdrl_box{
		width: 430px;
		height: 130px;
		float: right;
	}
	.hdrl_title{
		width:100%;
		height: auto;
		padding-top: 4px;
		line-height: 30px;
		font-size: 18px;
		color: #000;
	}
	.hdrl_other{ color:#888; line-height: 22px;}
	.hdrl_type{
	position: absolute;
	right: 0;
	bottom: 0;
	height: 20px;
    display: inline-block;
    font-size: 10px;
    line-height: 20px;
    padding: 0 8px;
    background: #5e83e9;
    border-radius: 12px 0 0 0;
    border: 0px solid #76b8e8;
    color: #fff;

	}
	.hdrl_toptitle {
    width: 90%;
    padding: 0 5%;
    height: 48px;
    line-height: 48px;
    border-bottom: 1px solid #e2e2e2;
	border-top: 2px solid #5b77c5;	
	background: #f8f8f8;}
.hdrl_toptitle h2{ width:50%; float:left}
.hdrl_toptitle h2 a{ font-size:18px; color:#4a69bf; font-weight:normal;}
.hdrl_toptitle h2 a:hover{ color:#304ea0;}
.hdrl_toptitle span a{ float:right; color:#4a69bf; font-size:16px;}
.hdrl_toptitle span a:hover{ color:#304ea0;}
	
